home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / utility / ffg155.zip / DEMO_BAT.ZIP / WEEKENDS.BAT < prev    next >
DOS Batch File  |  1993-10-12  |  370b  |  15 lines

  1. @echo off
  2. cls
  3. echo This is a listing of files created/modified on a Weekend (Sat-Sun):
  4. echo Press any key to begin searching...
  5. pause >nul
  6. ::
  7. :: The full spelling of "monday" is not necessary.  "mo" would suffice:
  8. ::
  9. :: Could use /dSa-Su instead:
  10. echo on
  11. ffg *:* /dSaturday,Sunday /p
  12. @echo off
  13. echo Done.  Press any key for next demonstration...
  14. pause>nul
  15.